FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / CreateModelResponse Class / CreateModelResponse Constructor / CreateModelResponse Constructor(ServerInfoHeader,Warning[])

In This Topic
    CreateModelResponse Constructor(ServerInfoHeader,Warning[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ServerInfoHeader As ServerInfoHeader, _
       ByVal Warnings() As Warning _
    )
    public CreateModelResponse( 
       ServerInfoHeader ServerInfoHeader,
       Warning[] Warnings
    )

    Parameters

    ServerInfoHeader
    Warnings
    See Also